Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.webapp.search.schemas--doctype

This contribution is part of XML component org.nuxeo.ecm.webapp.search.schemas inside nuxeo-platform-webapp-types-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="search_results">
          <schema name="dublincore"/>
          <schema name="common"/>
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Document" name="search_results">
      <schema name="dublincore"/>
      <schema name="common"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>